Previous Book Contents Book Index Next

Inside Macintosh: QuickDraw GX Objects /
Chapter 3 - Style Objects


Summary of Style Objects

Constants and Data Types

The style object

typedef struct gxPrivateStyleRecord *gxStyle;

Functions

Creating and Manipulating Style Objects

gxStyle GXNewStyle		(void);
void GXDisposeStyle		(gxStyle target);
gxStyle GXCopyToStyle		(gxStyle target, gxStyle source);
boolean GXEqualStyle		(gxStyle one, gxStyle two);
gxStyle GXCloneStyle		(gxStyle source);

Manipulating Style Object Properties

void GXResetStyle		(gxStyle target);
long GXGetStyleOwners		(gxStyle source);
long GXGetStyleTags		(gxStyle source, long tagType, long index,
				long count, gxTag items[]);
void GXSetStyleTags		(gxStyle target, long tagType, long index, 
				long oldCount, long newCount, 
				const gxTag items[]);


Previous Book Contents Book Index Next

© Apple Computer, Inc.
7 JUL 1996